home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 176-200 / disk_179 / unixutil / detab.doc < prev    next >
Text File  |  1992-05-06  |  712b  |  26 lines

  1. DETAB                USER COMMANDS            DETAB
  2.  
  3.  
  4.  
  5. NAME
  6.     detab - expand tabs to spaces, and vice versa
  7.  
  8. SYNOPSIS
  9.     detab [ -tab1 -tab2... -tabn] [  filename ... ]
  10.  
  11. DESCRIPTION
  12.     detab copies the named files (or the standard input) to the
  13.     standard  output,  with  tabs  changed into spaces (blanks).
  14.     detab is useful for pre-processing character files  (before  
  15.     sorting,  looking at specific columns,  etc.) that  contain
  16.     tabs.
  17.  
  18. DETAB OPTIONS
  19.     -tab1 -tab2... -tabn
  20.          Set tabs at the columns specified by tabi...  Specified 
  21.          as a single argument sets tabs tab1 spaces
  22.          apart instead of the default 8.
  23.  
  24. SEE ALSO
  25.     entab
  26.